Item Property

Summary
Gets or sets the value associated with the specified key.
Syntax
C#
C++/CLI
public TValue Item( 
   TKey key 
) { get; set; } 
public:  
   property TValue default [TKey ] 
   { 
      TValue get(TKey key) 
      void set(TKey key, TValue value) 
   } 

Parameters

key
The key of the value to get or set.

Property Value

The value associated with the specified key. If the specified key is not found, a get operation throws a System.Collections.Generic.KeyNotFoundException, and a set operation creates a new element with the specified key.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.